memory access
英 [ˈmeməri ˈækses]
美 [ˈmeməri ˈækses]
存储访问,内存访问;存取存储器
英英释义
noun
- (computer science) the operation of reading or writing stored information
双语例句
- There is little memory access overhead and rollbacks are rare.
因为内存访问的开销很低,而且回滚操作很少。 - The other main type of processor architecture, CISC ( the x86 processor being a popular CISC instruction set), allows for memory access in nearly every instruction.
另外一种主要的处理器体系结构CISC(x86处理器就是一种流行的CISC指令集)几乎允许在每条指令中进行内存访问。 - Adaptive stack cache with fast address generation policy is proposed by investigating memory access behavior of programs.
通过对程序的访存行为进行分析,提出快速地址计算的自适应栈高速缓存方案。 - For C and C++ programs ( not Java or. NET), Purify works by inserting extra instructions around every memory access the program performs.
对于C和C++程序(而不是Java或者.NET),Purify通过在这个程序执行中的每一个内存访问周围插入额外的指令来工作。 - Hence the term Non-Uniform Memory access.
因此就有了非均匀存储器存取这个术语。 - The first copy is performed by the DMA engine, which reads file contents from the disk and stores them into a kernel address space buffer.
直接内存存取(directmemoryaccess,DMA)引擎执行了第一次拷贝(参见图1),它从磁盘中读取文件内容,然后将它们存储到一个内核地址空间缓存区中。 - Analysis and Research of Windows CE Memory Access
WINDOWSCE内存访问原理分析与研究 - The most efficient scheme uses hardware assists such as the AMD I/ O MMU ( IOMMU) to provide transparent translation of guest physical addresses to host physical addresses ( for operations such as direct memory access [ DMA]).
最有效的方案是使用像AMDI/OMMU(IOMMU)这样的硬件协助来提供Guest物理地址到主机物理地址的透明转换(用于直接内存访问[DMA]这样的操作)。 - Because workloads with high Symmetrix cache read-hit rates are serviced at memory access speed, storing the data needed on EFDs may not result in a significant increase in performance.
因为具有高Symmetrix缓存读中率的工作负载都是以内存访问速度实现的,所以在EFD中存储所需要的数据可能不会对性能有大的改进。 - We also add the'unsafe'keyword since direct memory access isn't thread safe.
我们也添加了“不安全”的关键词因为直接内存获取并不安全。